POST /HierarchyEntity/RestoreUndoFrame/{id}/

Restores the hierarchy to the given undo frame ID.
 

Request

Method Request URI
POST /API/HierarchyEntity/RestoreUndoFrame/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the hierarchy to restore the undo frame to.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: frameId
Type: System.Int64

Response

Response Body

A Dundas.BI.WebApi.Models.HierarchyEntityData or Dundas.BI.WebApi.Models.RaggedHierarchyEntityData object containing the updated hierarchy data, or a status code indicating the problem.